projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5ec5d3
)
Fix minor typo.
author
Erik Naggum
<erik@naggum.no>
Thu, 9 May 1996 23:42:08 +0000
(23:42 +0000)
committer
Erik Naggum
<erik@naggum.no>
Thu, 9 May 1996 23:42:08 +0000
(23:42 +0000)
lispref/tips.texi
patch
|
blob
|
history
diff --git
a/lispref/tips.texi
b/lispref/tips.texi
index dc1a31545a57ed206f02a2798c53bb80b8b337b6..bbc8ad7b708d8506cb7f4fc71841f15d14c3759c 100644
(file)
--- a/
lispref/tips.texi
+++ b/
lispref/tips.texi
@@
-248,7
+248,7
@@
coherent if all libraries use the same conventions.
@item
Try to avoid compiler warnings about undefined free variables, by adding
-@c
d
ode{defvar} definitions for these variables.
+@code{defvar} definitions for these variables.
If you bind a variable in one function, and use it or set it in another
function, the compiler warns about the latter function unless the